unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 11 Jun 2022 07:09:03 +0000 (08:09 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 11 Jun 2022 07:09:03 +0000 (08:09 +0100)
commit0ce1e3bad67378b7d852ecb41d74f5b8e8a02d6d
tree3bbb74d46444956bdf0553cc2d5f30fc4ca032a8
parent01580c8eeb2ef545848fbc2f30e2f70c70e62715
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h